.catalog-element {
	display: flex;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
	justify-content: space-between;
	background-color: white;
}
.catalog-element .element-images {
	text-align: center;
	}
.catalog-element .element-images .product-image {
	background-size: contain;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.catalog-element .element-description > * {
	padding: 0;
	margin: 0;
}
.catalog-element .element-age {
	font-size: 2rem;
	color: white;
	background-color: #01A7E1;
	font-family: RotondaC;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	justify-content: center;
}
.catalog-element .element-age > span:first-child {
	font-size: 4.8rem;
}
.catalog-element th {
	font-size: 2rem;
	color: white;
	background-color: #AAC551;
	font-weight: normal;
	text-align: left;
}
.catalog-element td {
	font-size: 1.8rem;
	background-color: #E5E5E5;
	color: #5B5B5B;
}
.catalog-element tr td:first-child {
	white-space: nowrap;
}
.catalog-element tr td:last-child {
	text-align: center;
}
.catalog-element p {
	font-size: 1.9rem;
	line-height: 1.368421;
	color: #5B5B5B;
}
a.button-like.certificate-button {
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1.85;
}

@media (min-width: 1200px) {
	.catalog-element {
		padding: 40px 70px;
		border-radius: 15px;
		margin-top: 80px;
	}
	.catalog-element .element-images {
		width: 349px;
	}
	.catalog-element .element-images .product-image {
		height: 375px;
	}
	.catalog-element .element-images .product-image:not(:last-child) {
		margin-bottom: 20px;
	}
	.catalog-element .element-description {
		width: 539px;
	}
	.catalog-element .element-description > *:not(:last-child) {
		margin-bottom: 40px;
	}
	.catalog-element .element-age {
		width: 93px;
		height: 93px;
	}
	.catalog-element .element-description table:not(:last-child) {
		border-spacing: 11px;
		margin-top: -11px;
		margin-left: -11px;
		margin-bottom: 29px;
	}
	.catalog-element th, .catalog-element td {
		padding: 14px 18px;
		border-radius: 10px;
	}
	a.button-like.certificate-button {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 576px) {
	
}
@media (max-width: 575px) {
	
}